projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f8267
)
(save-buffer-state): Use inhibit-modification-hooks
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 1 Mar 2001 17:48:57 +0000
(17:48 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 1 Mar 2001 17:48:57 +0000
(17:48 +0000)
rather than (before|after)-change-functions.
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index 30605b576361603052056f8c43c23998e55a3ebe..f46317d45d3d2a1cdb694d6eb1908267d3ac4c6b 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-672,7
+672,7
@@
Major/minor modes can set this variable if they know which option applies.")
`(let* ,(append varlist
'((modified (buffer-modified-p)) (buffer-undo-list t)
(inhibit-read-only t) (inhibit-point-motion-hooks t)
- before-change-functions after-change-functions
+ (inhibit-modification-hooks t)
deactivate-mark buffer-file-name buffer-file-truename))
,@body
(when (and (not modified) (buffer-modified-p))